home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
listings
/
v_07_07
/
v7n7106a.txt
< prev
next >
Wrap
Text File
|
1989-09-03
|
601b
|
29 lines
/*
* Title: HEAP.H
* Name: Heap library source code
* Programmer: Avi Farah
* Date: 21 June, 1988.
*
* Heap tracing / debugging facility
*
* The module was compiled under the Microsoft C 5.1 compiler
*
* (C) Copyright Avi Farah, 1988.
*/
#define HEAPLOOK( ch ) HeapLOOK(__FILE__, __LINE__, ch)
#define MEMTRACE() MemTrace(__FILE__, __LINE__)
/*
* Prototypes.
*/
void HeapLOOK( char szFile[], unsigned uLine, char cFillChr );
void MemTrace( char szFile[], unsigned uLine );